ArcPad Map File Schema
SNAPPING Element
See Also  Send comments on this topic.
ArcPad Map File Schema > ArcPad Element > MAP Element > PROPERTIES Element : SNAPPING Element

Glossary Item Box

Description

Used to specify the snapping settings for a layer in layer definitions and map files (*.apm).

Diagram

SNAPPING Element

Overview

SNAPPING
Used to specify the snapping settings for a layer in layer definitions and map files (*.apm).
tolerance optional xs:double
Snapping tolerance in meters. A value of 0 means that the map view's snapping tolerance is used.

Attributes

NameTypeUseDefaultFixedDescription
tolerancexs:doubleoptional0 Snapping tolerance in meters. A value of 0 means that the map view's snapping tolerance is used.

Source

<xs:element name="SNAPPING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the snapping settings for a layer in layer definitions and map files (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="tolerance" default="0" type="xs:double">
      <xs:annotation>
        <xs:documentation>Snapping tolerance in meters. A value of 0 means that the map view's snapping tolerance is used.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.